ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / CacheNode<TKey,TValue> Class / Value Property

In This Topic
    Value Property (CacheNode<TKey,TValue>)
    In This Topic
    Gets the cached item value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As TValue
    public TValue Value {get;}
    See Also